Use this: section > *:last-child { // your custom css styles }. Explanation: This works because when you use: > it select the immediate ... ... <看更多>
Search
Search
Use this: section > *:last-child { // your custom css styles }. Explanation: This works because when you use: > it select the immediate ... ... <看更多>
... <看更多>
The :nth-last-child pseudo-class is a structural pseudo-class. ... <strong/>selector:nth-last-child(an+b) {...} Parameters. selector: A CSS simple selector. ... <看更多>
Style a penultimate child in CSS thanks to the power of nth-last-child: Raw. nth-last-child.css. ul li:nth-last-child(2) {. ... <看更多>